%\pdfoutput=1 % Uncomment line above if submitting to arXiv and using pdflatex % $Id: main.tex 97873 2016-09-08 18:28:41Z michaelt $ % ============================================================================ % Purpose: Template for LHCb documents % Authors: Tomasz Skwarnicki, Roger Forty, Ulrik Egede % Created on: 2010-09-24 % ============================================================================ \documentclass[12pt,a4paper]{article} %%\documentclass[12pt,letter]{article} % For two column text, add "twocolumn" as an option to the document % class. Also uncomment the two "onecolumn" and "twocolumn" lines % around the title page below. % Variables that controls behaviour \usepackage{ifthen} % for conditional statements \newboolean{pdflatex} \setboolean{pdflatex}{true} % False for eps figures \newboolean{articletitles} \setboolean{articletitles}{true} % False removes titles in references \newboolean{uprightparticles} \setboolean{uprightparticles}{false} %True for upright particle symbols \newboolean{inbibliography} \setboolean{inbibliography}{false} %True once you enter the bibliography \input{text/preamble} \usepackage{longtable} % only for template; not usually to be used in PAPERs \begin{document} %%%%%%%%%%%%%%%%%%%%%%%%% %%%%% Title %%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%% \renewcommand{\thefootnote}{\fnsymbol{footnote}} \setcounter{footnote}{1} % %%%%%%% CHOOSE TITLE PAGE-------- %\onecolumn %\input{title-LHCb-INT} %\input{title-LHCb-ANA} %\input{title-LHCb-CONF} \input{text/title-BA-thesis-SL} %\twocolumn % %%%%%%%%%%%%% --------- \renewcommand{\thefootnote}{\arabic{footnote}} \setcounter{footnote}{0} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%% Table of Content %%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%% Uncomment next 2 lines if desired \tableofcontents \cleardoublepage %%%%%%%%%%%%%%%%%%%%%%%%% %%%%% Main text %%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%% \pagestyle{plain} % restore page numbers for the main text \setcounter{page}{1} \pagenumbering{arabic} %% Uncomment during review phase. %% Comment before a final submission. %TODO FINAL below %\linenumbers % You can include short sections directly in the main tex file. % However, for larger papers it is desirable to split the text into % several semiautonomous files, which can be revised independently. % This is especially useful when developing a document in % collaboration with several people, since then different parts can be % edited independently. This type of file organization is shown here. % \input{text/introduction} \clearpage \input{text/lhcb} %\clearpage %\input{text/data} %\newpage %\input{text/preselection} %\clearpage %\input{text/reweighting} %\clearpage %\input{text/selection} %\newpage %\input{text/efficiencies} %\clearpage %\input{text/mass_fit} %\clearpage %\input{text/summary} % Do not include this in analysis note and conference reports \clearpage \input{text/acknowledgements} \clearpage \appendix \input{text/appendix} \clearpage %\input{detector} % Do not include this in analysis note and conference reports %\input{acknowledgements} %\input{appendix} % This should be taken out in the final paper \addcontentsline{toc}{section}{References} \setboolean{inbibliography}{true} \bibliographystyle{LHCb} \bibliography{bib/ML} \newpage % Author List ---------------------------- % You need to get a new author list! %\input{LHCb_HD_authorlist_2014-06-20} %\newpage %\input{LHCb_authorlist.tex} \end{document}